<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@font-face {
    font-family: 'iconfont';
    /* project id 1000117 */
    src: url('../fonts/iconfont.eot');
    src: url('../fonts/iconfont.woff2') format('woff2'),
      url('../fonts/iconfont.woff') format('woff'),
      url('../fonts/iconfont.ttf') format('truetype'),
      url('../fonts/iconfont.svg') format('svg');
}

.iconfont {
    font-family: "iconfont" !important;
    font-size: 16px;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    -webkit-text-stroke-width: 0.2px;
    -moz-osx-font-smoothing: grayscale;
}

/*鎼滅储妗哻ss*/
.soubtn{
    background: url(../images/header-sou.png) no-repeat center;
    width: 28px;
    height: 28px;
    border:none;
}
.search_box{
    position: relative;
}
.text{
    width:0px;
    position: absolute;
    right:35px;
    border:none;
    height: 35px;
    text-indent: 10px;
    top:-2px;
}
.search_cha{
    background: url(../images/search_cha.png) no-repeat center;
    width: 9px;
    height: 9px;
    position: absolute;
    top: 10px;
    right: 45px;
    display: none;
    cursor: pointer;
}
.search_icon{
    width: 28px;
    height: 28px;
    background:none;
    position: absolute;
    top: 0;
    cursor: pointer;
}
/*鎵嬫満瀵艰埅*/
#navToggle{
    position: relative;
    width: 30px;
    height: 20px;
    display: none;
    float: right;
}
#navToggle .line {
	background: #fff;
	border-radius: 1px;
	display: block;
	height: 2px;
	top: 0;
	left: 0;
	transition: all 0.3s ease;
	transform-origin: center center;
	width: 100%;
	position: absolute;
}
#navToggle .line1 {
    top: 0;
}
#navToggle .line2 {
    top: 50%;
    margin-top: -1px;
}
#navToggle .line3 {
	top: auto;
    bottom: 0;
}
#navToggle.active .line{
	top: 50%;
    bottom: auto;
    margin-top: -1px;
}
#navToggle.active .line1{
	transform: rotate(45deg);
}
#navToggle.active .line2{
	opacity: 0;
	filter: alpha(opacity=0);
}
#navToggle.active .line3{
	transform: rotate(-45deg);
}
.mobileMenu{
	display: none;
	position: fixed;
	top: 70px;
	left: 0;
	width: 100%;
	height: calc(100% - 70px);
    background-color: #fff;
    overflow-y: auto;
    z-index: 400;
    border-top: 1px solid #dcdcdc;
}
.mobileMenu ul {
    background: #fff;
}
.mobileMenu ul li{
    transform: translate3d(0, 10px, 0);
    transition: transform 0.4s ease, opacity 0.4s ease;
    opacity: 0;
}
.mobileMenu.h-show ul li{
    opacity: 1;
    transform: translate3d(0, 0, 0);
}
.menu-item{
    display: flex;
    flex-direction: row;
    height: 100px;
    align-items: center;
    padding-left: 40px;
    padding-right: 20px;
    border-bottom: 1px solid #dcdcdc;
    position: relative;
    transition: all .5s;
}
.menu-item i{
    font-size: 30px;
    display: block;
    margin-top: 4px;
    font-style: normal;
}
.menu-item &gt; a{
    font-size: 30px;
    color: #333;
    padding-left: 30px;
    text-transform: uppercase;
    display: flex;
    width: 100%;
    height: 100%;
    align-items: center;
}
.menu-item:hover i, .menu-item:hover a{
    color: #ef801d;
}
.menu li.on .menu-item i{
    color: #ef801d;
}
.menu_dl{
    display: none;
    padding-left: 98px;
    padding-top: 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid #dcdcdc;
}
.menu_dl dd a{
    font-size: 24px;
    color: #333;
    line-height: 54px;
}
.menu_dl dd img{
    margin-bottom: 10px;
}
.menu_dl dd a:hover{
    color: #009944;
}
.ovh-f{
    width: 100%;
    height: 100%;
    position: fixed;
    left: 0;
    top: 0;
    overflow: hidden;
}
.menu-itemtit{
    display: flex;
}
.menu_li .menu-item span{
    font-size:30px;
    position: absolute;
    right: 40px;
    /* transform: rotate(-90deg); */
    transition: all 0.4s;
}
.menu_li.on .menu-item span{
    transform: rotate(90deg);
    color: #009944;
} 
@media(max-width: 991px){
    #navToggle{
        display: block;
    }
}
@media(max-width: 767px){
    .menu-item{
        padding-left: 20px;
        height: 70px;
    }
    .menu-item i{
        font-size: 24px;
        margin-top: 4px;
    }
    .menu-item a{
        font-size: 24px;
        padding-left: 15px;
    }
    .menu_li .menu-item span{
        right: 20px;
        font-size: 24px;
    }
    #navToggle{
        margin-right: 0px;
    }
    .menu_dl{
        padding-left: 68px;
    }
    .menu_dl dd a{
        font-size: 18px;
        line-height: 36px;
    }
}
@media(max-width: 599px){
    .menu-item i{
        font-size: 18px;
        margin-top: 2px;
    }
    .menu-item a{
        font-size: 18px;
    }
    .menu_dl{
        padding-top: 10px;
        padding-bottom: 10px;
    }
    .menu_dl dd a{
        font-size: 16px;
        line-height: 32px;
    }
    .menu_li .menu-item span{
        font-size: 20px;
    }
}
/* 鍐呴〉瀵艰埅鎸夐挳 */
.pronavToggle{
    position: relative;
    width: 50px;
    height: 50px;
    display: none;
    float: right;
    background: transparent;
    cursor: pointer;
}
.pronavToggle .line {
	background: #1a1a1a;
	border-radius: 1px;
	display: block;
	height: 2px;
	top: 0;
    left: 50%;
	transition: all 0.3s ease;
	transform-origin: center center;
    width: 28px;
    margin-left: -14px;
    position: absolute;
}
.pronavToggle .line1 {
    top: 15px;
}
.pronavToggle .line2 {
    top: 50%;
    margin-top: -1px;
}
.pronavToggle .line3 {
	top: auto;
    bottom: 15px;
}
.pronavToggle.active .line{
	top: 50%;
    bottom: auto;
    margin-top: -1px;
}
.pronavToggle.active .line1{
	transform: rotate(45deg);
}
.pronavToggle.active .line2{
	opacity: 0;
	filter: alpha(opacity=0);
}
.pronavToggle.active .line3{
	transform: rotate(-45deg);
}
@media(max-width:991px){
    .pronavToggle{
        display: block;
    }
}
/* 鍐呴〉banner */
.inside-banner{
    width: 100%;
    position: relative;
}
.inside-banner img{
    display: block;
    width: 100%;
}
/* banner */
.banner-swiper .swiper-container{
    width: 100%;
    max-width: 1920px;
}
#banner .swiper-slide img{
    width: 100%;
    display: block;
}
.banner-swiper .swiper-pagination-bullet{
    width: 16px;
    height: 16px;
    background: none;
    border-radius: 50%;
    opacity: 1;
    border: 1px solid transparent;
    position: relative;
}
.banner-swiper .swiper-pagination-bullet::after{
    position: absolute;
    content: "";
    width: 8px;
    height: 8px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: #fff;
    border-radius: 50%;
    border: 1px solid transparent;
}
.banner-swiper .swiper-pagination-bullet-active{
    background: transparent;
    border-color: #009944;
}
.banner-swiper .swiper-pagination-bullet-active::after{
    background: #009944;
}
.banner-swiper &gt; .swiper-pagination-bullets .swiper-pagination-bullet{
    margin: 0 4px;
}
.banner-swiper &gt; .swiper-pagination-bullets{
    bottom: 50px;
}
.banner-swiper .swiper-button-next,
.banner-swiper .swiper-button-prev{
    width: 54px;
    height: 56px;
    border: 2px solid #fff;
    margin-top: -28px;
    background-size: 21px 18px;
}
.banner-swiper .swiper-button-next{
    right: 100px;
    background-image: url(../images/banner_next.png);
}
.banner-swiper .swiper-button-prev{
    left: 100px;
    background-image: url(../images/banner_prev.png);
}
@media(max-width:1200px){
    .banner-swiper .swiper-button-next{
        right: 50px;
    }
    .banner-swiper .swiper-button-prev{
        left: 50px;
    }
}
@media (max-width: 991px){
    .banner-swiper &gt; .swiper-pagination-bullets{
        bottom: 25px;
    }
    .banner-swiper .swiper-button-next,
    .banner-swiper .swiper-button-prev{
        width: 44px;
        height: 44px;
        margin-top: -22px;
    }
    .banner-swiper .swiper-button-next{
        right: 30px;
    }
    .banner-swiper .swiper-button-prev{
        left: 30px;
    }
}
@media (max-width: 599px){
    .banner-swiper &gt; .swiper-pagination-bullets{
        bottom: 10px;
    }
    .banner-swiper .swiper-button-next,
    .banner-swiper .swiper-button-prev{
        width: 21px;
        height: 18px;
        border: none;
        margin-top: -9px;
    }
    .banner-swiper .swiper-button-next{
        right: 20px;
    }
    .banner-swiper .swiper-button-prev{
        left: 20px;
    }
}
/* 鑷畾涔夊搴� */
.inside-container {
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
  }
  @media (min-width: 768px) {
    .inside-container {
      width: 750px;
    }
  }
  @media (min-width: 992px) {
    .inside-container {
      width: 970px;
    }
  }
  @media (min-width: 1200px) {
    .inside-container {
      width: 1180px;
      padding-right: 0px;
      padding-left: 0px;
    }
  }
  @media (min-width: 1300px) {
    .inside-container {
      width: 1280px;
    }
  }
  @media (min-width: 1400px) {
    .inside-container {
      width: 1400px;
    }
  }
  @media screen and (min-width:1400px) and (max-width:1499px){
    .inside-container {
      padding-left: 15px;
      padding-right: 15px;
    }
  }
/* 
#bsWXBox{
   background:聽none聽!important;
}
#bsWXBox .bsTop聽{
    color:聽#666;
    background:聽#ffffff !important;
    height:聽24px;
    line-height:聽24px;
    border-bottom:聽0px;
}
.bsBox聽{
    padding:聽0px聽!important;
    background: none !important;
}
.bsFrameDiv&gt;div{
    background:聽white;
    border:聽1px聽solid聽#cccccc;
} */
/*鍙充晶娴獥*/
.right-side{
    position: fixed;
    right: 0px;
    top: 40%;
    z-index: 300;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
}
.right-item{
    margin-bottom: 2px;
    cursor: pointer;
    height: 58px;
    border-radius: 5px;
    background: #ef801d;
}
.right-child{
    width: 78px;
    height: 58px;
    border-radius: 5px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.right-child a{
    width: 78px;
    height: 58px;
    border-radius: 5px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.right-child p{
    font-size: 12px;
    line-height: 14px;
    margin-top: 5px;
    color: #fff;
}
.tousu-advice{
    flex-direction: row;
    display: flex;
    align-items: center;
}
.tousu{
    line-height: 42px;
    height: 42px;
    width: 0px;
    /* display: none; */
    font-size: 22px;
    color: #fff;
    font-family: "Arial";
    text-align: center;
    background: #ef801d;
    border-left: 1px solid #ea8080;
}
@media(max-width: 599px){
    .right-side{
        display: none;
    }
}</pre></body></html>